home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-10-16 | 556 b | 19 lines | [TEXT/MPS ] |
- # File: DialControl.make
- # Target: DialControl
- # Sources: DialControl.c
-
-
- OBJECTS = DialControl.c.o
-
- DialControl ƒƒ DialControl.make {OBJECTS}
- Link -t rsrc -c RSED -rt CDEF=128 -m DIAL -sg DialControl ∂
- {OBJECTS} ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- -o DialControl
- # I'm using the -b2 option to make sure that all my variable
- # storage is PC relative and in this one segment, so I
- # don't accidentally get any A5 type global variables
- DialControl.c.o ƒ DialControl.make DialControl.c
- C -r -b2 DialControl.c
-